home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-03-16 | 651 b | 22 lines | [TEXT/GEOL] |
- Item 4469882 15-March-90 02:11PST
-
- From: NAUTIL France - Dev, Nautil Info Lyon,IDV
-
- To: CPLUS.APPLE$ C++ Interest List--Apple Employees
- CPLUS.DEV$ C++ Interest List--Developers
-
- Sub: Dead Code Stripping with C++
-
- Is it necessary to keep in memory one instance of each "dead strip candidate"
- class?
- Could the sample in "Release Notes, Preliminary C++ Interfaces For MacApp
- 2.0ß9" p.3, be written:
-
- if (gDeadStripSuppression) {
- TFoo* aFoo = new TFoo; aFoo.Free;
- TFoo2* aFoo2 = new TFoo2; aFoo2.Free;
- }
-
- Etienne Vautherin
-
-